Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

How to use efficiently in self build classes

How do you use it in a self build LotusScript class???

For example I have the following agent with print statements I want to replace with your framework



Agent :
Print “Creating car”
Dim myCar as Car
Set myCar = New Car()
call myCar.start
call myCar.stop
Set car = nothing
Print "Start other code"
...
Public Class Car

Public Sub start()
Print “Car is being started”
End Sub

Public Sub stop()
Print “Car is being stopped”
End Sub

Public Sub new()
Print “Car instance is being created”
End Sub

Public Sub delete()
Print “Car instance is being deleted”
End Sub

End Class


Feedback response number WEBB8SGBG9 created by ~Helga Pregeroplopader on 03/17/2012

Best practices for logging (~Helga Pregerop... 16.Mar.12)
. . I've been using openlog for a numbe... (~Fritz Ekfoober... 16.Mar.12)
. . Too extensive (~Fritz Quethipi... 16.Mar.12)
. . . . How to use efficiently in self buil... (~Helga Pregerop... 17.Mar.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS